home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / programm / prog_a2m / multidem / catalog.asc next >
Text File  |  1995-05-02  |  436b  |  7 lines

  1. MULTIDEM is a Multi-Dimensional sorting routine By Eric Dawley. Now 
  2. you can sort those multi-dimensional arrays! The theory used here is 
  3. a cross between a Shell Sort and an Insertion sort.  It tends to resemble 
  4. a shell sort more than anything, especially in its speed!. But unlike a 
  5. Shell sort, this process is stable (ie. like elements will remain in the 
  6. same order).  This is a .LST file so you can see how it is done.
  7. 15K.